type crypto/tls.lruSessionCache

4 uses

	crypto/tls (current package)
		common.go#L1529: type lruSessionCache struct {
		common.go#L1551: 	return &lruSessionCache{
		common.go#L1560: func (c *lruSessionCache) Put(sessionKey string, cs *ClientSessionState) {
		common.go#L1593: func (c *lruSessionCache) Get(sessionKey string) (*ClientSessionState, bool) {